home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 2
/
Merciful - Disc 2.iso
/
software
/
v
/
varkcliutils11.dms
/
varkcliutils11.adf
/
VARK
/
ScreenNotify10.lha
/
ScreenNotify
/
include
/
clib
/
screennotify_protos.h
Wrap
C/C++ Source or Header
|
1995-03-26
|
528b
|
25 lines
#ifndef CLIB_SCREENNOTIFY_H
#define CLIB_SCREENNOTIFY_H
/*
* clib/screennotify_protos.h
*
* ANSI C prototypes for screennotify.library functions
*
* $VER: screennotify_protos.h 1.0 (26.03.95)
*
*/
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
APTR AddCloseScreenClient(struct Screen *, struct MsgPort *, BYTE);
APTR AddPubScreenClient(struct MsgPort *, BYTE);
APTR AddWorkbenchClient(struct MsgPort *, BYTE);
BOOL RemCloseScreenClient(APTR);
BOOL RemPubScreenClient(APTR);
BOOL RemWorkbenchClient(APTR);
#endif